Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.oauth.auth.defaultConfig--preFilter

This contribution is part of XML component org.nuxeo.ecm.platform.oauth.auth.defaultConfig inside nuxeo-platform-oauth-9.10.jar /OSGI-INF/authentication-contrib.xml

Extension Point

Extension point preFilter of component PluggableAuthenticationService.

Contributed Items

  • <preFilter class="org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuthFilter" name="OAuth"/>
  • <preFilter class="org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Filter" name="OAuth2"/>

XML Source

<extension point="preFilter" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">

      <preFilter class="org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuthFilter" name="OAuth"/>
      <preFilter class="org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Filter" name="OAuth2"/>

  </extension>